arithmetic shift造句
例句与造句
- Arithmetic shifts never generate overflow exceptions
算术移位绝不会产生溢出异常。 - These operators perform arithmetic shifts on bit patterns
这些运算符对位模式执行数学移位。 - The following example shows arithmetic shifts on a negative value
下面的示例演示对负值进行算术移位。 - The unsigned right - shift is an arithmetic shift with zero - extension
无符号右移位是具有零扩展的算术移位。 - The signed right - shift is an arithmetic shift with sign - extension
有符号右移位是具有符号扩展的算术移位。 - It's difficult to find arithmetic shift in a sentence. 用arithmetic shift造句挺难的
- A bit - shift operation performs an arithmetic shift on a bit pattern
移位运算移位运算对位模式进行数学移位。 - Arithmetic shift left
算术左移 - The right - shift is an arithmetic shift high - order empty bits are set to the sign bit
,则右移位是算术移位(高序空位设置为符号位) 。 - Arithmetic shifts are not circular , which means the bits shifted off one end of the result are not reintroduced at the other end
算术移位不是循环的,即不会将从结果的一端移出的位从另一端重新移入。